-
-
Notifications
You must be signed in to change notification settings - Fork 8.6k
[js] convert camelCase and snake_case to BIG_SNAKE_CASE
#14490
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
PR Reviewer Guide 🔍(Review updated until commit 7603d83)Here are some key observations to aid the review process:
|
PR Code Suggestions ✨Latest suggestions up to 7603d83
Previous suggestionsSuggestions up to commit 3298686
|
|
Persistent review updated to latest commit 7603d83 |
|
@AutomatedTester can you please review this PR? |
|
Why are we making this change? This is for generated code that people will never use directly. This code is going to be deleted as we move to bidi |
|
@AutomatedTester, it was a TODO item which I thought of resolving |
BIG_SNAKE_CASEBIG_SNAKE_CASE
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah, as @AutomatedTester says, we do not need to invest in this. I just modified the comment to add clarity about this.
|
Thank you for the PR, though, @navin772! |
User description
Thanks for contributing to Selenium!
A PR well described will help maintainers to quickly review and merge it
Before submitting your PR, please check our contributing guidelines.
Avoid large PRs, help reviewers by making them as simple and short as possible.
Description
A TODO
Convert the camelCase and snake_case to
BIG_SNAKE_CASEinget_atom_name()functionTypes of changes
Checklist
PR Type
enhancement
Description
get_atom_namefunction to convert camelCase and snake_case to BIG_SNAKE_CASE using regex.remodule import to support regex operations in the code.Changes walkthrough 📝
gen_file.py
Enhance `get_atom_name` function for case conversionjavascript/private/gen_file.py
get_atom_namefunction to handle different caseconversions.
remodule for regex operations.